Three lines of code to help you out maybe ....
Set Excel = CreateObject("Excel.application")
Excel.Visible = False '// Don't display the Excel window
Excel.Quit '// Close Excel
Note you must kill or close the object.
Jason Collier
http://www.CertFX.com